"Keep Movin'" for the Sharp MZ-80A (Entry to the PUR-80 category).

Program Description
-------------------

"Keep Movin'" is a game written by Sharpworks for the Sharp MZ-80A 8-bit
computer. It is written in the standard BASIC (known as "BASIC SA-5510") which
allows for a maximum of 78 characters per line and does not allow for
abbreviations of BASIC commands. Upon power up, the MZ-80A does not have any
language in memory. You have to LOAD the language from cassette.
BASIC SA-5510 is the standard 'factory' version of BASIC provided in-the-box
when the computer was originally purchased.

This is a platform game in which the aim is to survive as many levels as you
can. You begin the game in the bottom-right corner of the play area. You have
15 seconds to get to the top-right of the screen and exit the level (via
standing on the letter 'E'). As soon as you exit the level you will find
yourself on a new (randomly generated) level. Each completed level is worth
10 points. Bonus points are awarded for collecting the stars which are spread
throughout the level. BEWARE! The only safe places to stand in each level are
your starting position and the ladders. When you move across the platforms
they will dissolve under your feet so don't do anything except Keep Movin' !

Instructions
------------

The game is played with just three keys. These are the number keys "4", "8"
and "6". Either the top row of the keyboard or the numeric keypad can be used
(make sure NumLock isn't preventing this if you are playing on emulator!).
Use 4 to move left
Use 8 to climb a ladder
Use 6 to move right

Start Via Emulator
------------------

01. Download the Common Source Code Project from :
    http://takeda-toshiya.my.coocan.jp/common/index.html
      (look for the "Binary Archive" link beneath the list of emulated systems)

02. Unzip the downloaded ZIP file which will give you a folder called "Binary"

03. Inside this folder there is a 2nd folder called "Binary", underneath this
    you will find mz80a.exe in yet another folder called "Binary" Please make
    sure to copy all ROM files which I have placed into the Keep Movin'.zip
    file into the same folder where you find mz80a.exe

04. Double click mz80a.exe which will begin the emulator. Go to the Device
     menu and click Sound. Turn off all the sounds otherwise you will hear all
     the tape loading noises.

05. If the screen is very small, use the "Host" menu to change the screen size
    to something you prefer.

06. At the "Monitor SA-1510" screen type the command L and press Return / Enter

07. Choose the CMT menu and click Play

08. Browse to the MZF file containing BASIC (BASIC.SA-5510.MZF) and double click

09. BASIC should now be present in memory. Go to the CMT menu and click Eject

10. Within BASIC type LOAD and press Return / Enter

11. Again go to the CMT menu, click Play and browse to Keep Movin'.mzf and
     double-click it

12. Once the game has loaded just type RUN and press Return / Enter to play
     the game or you can type LIST to list the program.